From 4c1058c6caaeb969f551d44f71127523d37f2327 Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Fri, 21 Jul 2006 09:40:35 +0000 Subject: [PATCH] Added upload_web target to update the policy on the website. --- debian/policy/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/policy/Makefile b/debian/policy/Makefile index e8c3e118..24e0b344 100644 --- a/debian/policy/Makefile +++ b/debian/policy/Makefile @@ -10,4 +10,7 @@ text: clean: $(RM) -rf ocaml_packaging_policy.html ocaml_packaging_policy -.PHONY: html text +upload_web: all + scp -rC ocaml_packaging_policy ocaml_packaging_policy.html alioth.debian.org:/org/alioth.debian.org/chroot/home/groups/pkg-ocaml-maint/htdocs/ + +.PHONY: html text upload_web -- 2.30.2